x86/entry: move .init.text section higher up in the code for readability
authorJane Malalane <jane.malalane@citrix.com>
Thu, 18 Aug 2022 07:30:10 +0000 (09:30 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 18 Aug 2022 07:30:10 +0000 (09:30 +0200)
commitfe3f50726e878c81985e28282927d151a0d49de5
tree410c66c30653384020c6a14e322a22c4cbe2a84e
parentf2d947ac0738098ec2f52a17448df7e2acd64ff9
x86/entry: move .init.text section higher up in the code for readability

.init.text is a small section currently located amongst .text.entry
code. Move it above .text.entry.

This has no functional change but makes the code a bit more readable.

Suggested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Jane Malalane <jane.malalane@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/x86_64/entry.S